MINI ME KIT
===========

A little character that lives on top of your screen. She wanders about,
naps, dances, and can put on a cat onesie. This kit lets you make one
that looks like you.


WHAT YOU NEED
-------------

Node.js. If you don't have it, go to https://nodejs.org and click the big
green LTS button.


TRY IT FIRST
------------

Open a terminal in this folder and run:

    npm install
    npm start

A plain little character appears in the bottom-right of your screen.
Right-click them for the menu. That's the starting point.


MAKE IT LOOK LIKE YOU
---------------------

Open this folder with Claude Code and say something like:

    "Make this character look like me — here are some photos.
     Give me five outfits based on what I actually wear."

Then drag in a handful of photos. Full-body ones are the most useful,
in different outfits.

There is a CLAUDE.md file in here that tells Claude how everything is put
together and how to check its own work, so it should be able to get on
with it. Expect to go back and forth a few times — say what looks wrong
and it will adjust.

Things worth asking for:

    a different hairstyle
    an outfit based on this photo
    a dog onesie instead of a cat
    change the greeting to say ...
    add my friend as a second character


GIVING IT TO SOMEONE
--------------------

    npm run package:mac      makes a Mac app in dist/
    npm run package:win      makes a Windows folder in dist/

Zip whichever one and send it. It isn't signed by Apple or Microsoft, so
the first time they open it they'll need to right-click it and choose
Open (Mac), or click "More info" then "Run anyway" (Windows).


Have fun.
